projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a1644
)
(Building Lists): Minor cleanup.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 00:54:04 +0000
(
00:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 00:54:04 +0000
(
00:54
+0000)
lispref/lists.texi
patch
|
blob
|
history
diff --git
a/lispref/lists.texi
b/lispref/lists.texi
index cb033118984aedf7f870a22f619326108c319c99..2426a4d46704e4b2370703a4832a81c77445b7ac 100644
(file)
--- a/
lispref/lists.texi
+++ b/
lispref/lists.texi
@@
-448,7
+448,7
@@
interesting to note that @code{list} is used more times in the source
code for Emacs than @code{cons}.
@defun cons object1 object2
-This function is the fundamental function
used to build
new list
+This function is the fundamental function
for building
new list
structure. It creates a new cons cell, making @var{object1} the
@sc{car}, and @var{object2} the @sc{cdr}. It then returns the new cons
cell. The arguments @var{object1} and @var{object2} may be any Lisp